home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A2A.DIR / scripts_1_Main Scripts.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  192 b   |  15 lines

  1. on startMovie
  2.   startLib()
  3. end
  4.  
  5. on stopMovie
  6.   stopLib()
  7. end
  8.  
  9. on initActivity
  10.   initActivityLib(#DragDropStickSwitch)
  11.   forceActivityType(#DragDropStick)
  12.   randomOff()
  13.   initializeRound()
  14. end
  15.